Skip to main content

TransformMakeSkew

Type

operator

Summary

Creates a new skewing transform value. mScale:An expression which evaluates to a list of 2 numbers, the x-axis skew and y-axis skew.

Syntax

transform with skew <mSkew>

Description

Creates a new skewing transform value. mScale:An expression which evaluates to a list of 2 numbers, the x-axis skew and y-axis skew.

Examples

// Create skew transform
variable tTransform
put transform with skew [1,0] into tTransform
Thank you for your feedback!

Was this page helpful?